Interface RoutedSwitchPort

All Superinterfaces:
HostPort, IPCObject, Port, Process, RouterPort
All Known Implementing Classes:
RoutedSwitchPortImpl

public interface RoutedSwitchPort extends RouterPort
Information provided by the PKI file:

    \class RoutedSwitchPort
    
    \brief RoutedSwitchPort handles and manipulates routed switch ports.
    
Author:
Auto-generated
  • Method Details

    • setSwitchPort

      void setSwitchPort(boolean bSwitchPort)
      Information provided by the PKI file:
      
          \brief Enables or disables the routed switch port.
          
          \param bSwitchPort, true to enable the routed switch port, false to disable it.
          
              
      Parameters:
      bSwitchPort - Takes in a parameter of bSwitchPort
    • isSwitchPort

      boolean isSwitchPort()
      Information provided by the PKI file:
      
          \brief Returns true if a switch port, otherwise false.
          
          \return bool, true if a switch port, otherwise false.
          
              
      Returns:
      boolean Returns a boolean